home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / APW.SC / SC01Shell / Asm.Shell / rez.Build < prev    next >
Encoding:
Text File  |  1990-06-20  |  496 b   |  23 lines  |  [TEXT/pdos]

  1. *
  2. *   This exec file does a resource fork build of
  3. *   the sample application: Shell
  4. *
  5. *   File:         Build.r
  6. *   Target:       Shell
  7. *   Source:       ../Rez.Shell/Shell.rez
  8. *
  9. *   Copyright Apple Computer, Inc. 1988-1990
  10. *   All rights reserved.
  11. *
  12.  
  13. echo "Compiling Shell.rez"
  14. copy -c ../rez.shell/shell.rez shell.rez
  15. compile shell.rez keep=Shell.rfork
  16. delete shell.rez
  17.  
  18. echo "Duplicating data and resource forks..."
  19. duplicate -d Shell.dfork Shell
  20. duplicate -r Shell.rfork Shell
  21.  
  22. echo "Done!"
  23.